Module-level declarations
Types
Link copied to clipboard
struct player_asset_info
Link copied to clipboard
entity player_favorite_asset
Link copied to clipboard
struct player_info
Functions
Queries
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@mount("player.get_ft3_inventory")
query get_ft3_inventory(account_id: byte_array): list<player_asset_info>
Link copied to clipboard
Link copied to clipboard
@mount("player.lookup_tokens_by_name")
query lookup_tokens_by_name(account_id: byte_array, name: text): integer
Operations
Link copied to clipboard
@mount("player.add_favorite_asset")
operation add_favorite_asset(item_id: text, account_id: byte_array, auth_descriptor_id: byte_array)
Link copied to clipboard
@mount("player.remove_favorite_asset")
operation remove_favorite_asset(item_id: text, account_id: byte_array, auth_descriptor_id: byte_array)